﻿/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,sub, sup, tt,
var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-style: normal;
}

header, article, section, aside, nav, footer {
    display: block;
}

input,img,button{border: 0; background-color: transparent;}

a{text-decoration: none; color: #333; cursor: pointer;}

ol,ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}

:focus{
    outline:0;
}

.clear{/* clear:both; */overflow: hidden;zoom: 1;}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
* {
    box-sizing: border-box;
}

/*公共*/
body {
    font-size: 14px;
    color: #555;
}
.c {
    overflow: hidden;
    zoom: 1;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.l {
    float: left;
}
.r {
    float: right;
}
a:hover {
    color: #088dd8;
}
.img_position img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width:expression(this.width > 100%? "100%" : this.width);  
    height:expression(this.height > 100%? "100%" : this.height);
}

/*顶部*/
.kj_top {
    height: 32px;
    background-color: #f0f0f0;
}
.kj_top .l {
    line-height: 32px;
}
.kj_top .r {
    height: 32px;
}
.kj_top .r a {
    display: inline-block;
    float: left;
    height: 14px;
    line-height: 14px;
    color: #858585;
    padding: 0 10px;
    margin-top: 9px;
}
.kj_top .r a:first-child {
    border-right: 1px solid #858585;
}
.kj_top .r select {
    width: 70px;
    height: 22px;
    border: 1px solid #858585;
    background-color: #fff;
    color: #088dd8;
    margin-top: 5px;
    margin-left: 8px;
}

/*logo*/
.kj_logo {
    height: 105px;
}
.kj_logo .l {
    padding-top: 20px;
}
.kj_logo > .r {
    padding-top: 40px;
}
.kj_search {
    display: inline-block;
    width: 385px;
    height: 35px;
    border: 1px solid #858585;
}
.kj_search input {
    height: 35px;
    margin-top: -1px;
}
.kj_search input[type=text] {    
    width: 345px;
    padding-left: 10px;
}
.kj_search input[type=button] {
    float: right;
    width: 35px;
    background: #088dd8 url(../images/search.png) no-repeat center center;
}
.jgs_btn {
    display: inline-block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #e4e4e4;
    margin-left: 15px;
}

/*Menu*/
.kj_nav {
    height: 68px;
    border-top: 3px solid #4ac9ff;
    background-color: #0da3e2;
}
.kj_nav_list {
    display: inline-block;
    height: 65px;
}
.kj_nav_list li {
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 18px;
    margin-right: 26px;
}
.kj_nav_list li:hover, .kj_nav_list li.on {
    background-color: #a9e6ff;
}
.kj_nav_list li:hover a, .kj_nav_list li.on a {
    color: #333;
}
.kj_nav_list li a {
    color: #fff;
}
.hotline {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #e97815;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 45px;
    margin-left: 15px;
}

/*Banner*/ 
.kj_banner {
    overflow: hidden;
    position: relative;
    height: 523px;
    width: 100%;
}
.ace_imgnavbox {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.ace_imgnavbox a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ddd;
    font-size: 0px;
    line-height: 0px;
    margin: 3px;
}
.ace_imgnavbox .activeSlide {
    background-color: #4ac9ff;
}

/*Hot news*/
#iproductulbox {
    overflow: hidden;
    float: left;
    width: 1140px;
    height: 40px;
}
.kj_hotnewsbg {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/news.png) no-repeat left center;
    margin-right: 20px;
}
.kj_hotnews {
    height: 40px;
    line-height: 40px;
    background-color: #ddd;
}
.kj_hotnews ul {    
    width: 1200px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
}    
.kj_hotnews li {
    position: relative;
    float: left;
    width: 338px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 20px;
}
.kj_hotnews ul a {
    display: inline-block;
    background: url(../images/st_style.png) no-repeat left center;
    padding-left: 15px;
    color: #2f2f2f;
}

/*Content*/
.kj_producttitle {
    text-align:center;
    font-size: 28px;
    color: #3b3b3b;
    margin: 40px auto 26px;
}
#iproductulbox1,#iproductulbox2,#iproductulbox3{
    height:180px;
    overflow:hidden;
}
.kj_producttitle  span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1277bd;
}
.kj_producttitle_box {
    padding-bottom: 20px;
}
.kj_producttitle_box > div {
    height: 206px;
    width: 50%;
}
.kj_productimg {   
    position: relative; 
    height: 206px;
    width: 306px;
    overflow: hidden;
    border-radius: 6px;
}
.kj_productimg span {
    position: absolute;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #010101;
    text-shadow: 0 0 4px #fff;
    background-color: rgba(200,200,200,.5);
}
.kj_productimg .kj_txttop {
    top: 38px;
    left: 0;
    width: 165px;
    border-radius: 0 8px 8px 0;
}
.kj_productimg .kj_txtbottom {
    bottom: 31px;
    right: 0;
    width: 145px;
    border-radius: 8px 0 0 8px;
}
.kj_productcont {
    width: 280px;
    height: 206px;
    overflow: hidden;
    padding-left: 20px;
}
.kj_productcont .catalog2{
    height: 75px;
    overflow:hidden;
}
.kj_productcont .catalog1> li>a{
    font-size: 16px;
    line-height: 28px;
    color: #820101;
}
.kj_productcont li li li {
    overflow: hidden;
    width: 260px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/indextop.png) no-repeat 13px center;
    padding-left: 32px;
}

.kj_indexshow_box {
    margin-bottom: 15px;
}
.kj_indexstitle {
    height: 80px;
    font-size: 28px;
    padding: 25px 0;
}
.kj_indexstitle span {
    font-size: 16px;
    text-transform: uppercase;
    color: #1277bd;
}
.kj_indexshow li {
    position: relative;
    float: left;
    width: 277.5px;
    height: 180px;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 30px;
    border:3px solid #f5f5f5;
    border-bottom:0;
}
.kj_indexshow li:hover{
    border:3px solid #73c7fb;
    border-bottom:0;
}
.kj_indexshow li:last-child {
    margin-right: 0;
}
.kj_indexshow li a {
    display: block;
    width: 100%;
}
.kj_indexshow li .kj_indexs_img {
    position: relative;
    height: 180px;
}
.kj_indexshow li .kj_indexs_text {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    background-color: rgba(14, 163, 227, 0.83);
}
.kj_indexabout_box {
    height: 405px;
    box-shadow: -1px 0 5px #bbb;
    background: #e6e6e6;  
    background: -o-linear-gradient(top, #ededed,  #efefef); 
    background: -moz-linear-gradient(top, #ededed, #efefef); 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#efefef));
    padding: 40px 0 55px;
    margin-top: 55px;
}
.kj_indexabout_box .w {
    position: relative;
    height: 365px;
}
.kj_indexabackimg {
    position: absolute;
    right: 0;
    bottom: 2px;
}
.kj_indexabout_box .w > div {
    overflow: hidden;
    float: left;
}
.kj_indexnews {
    width: 370px;
    height: 320px;
    margin-right: 45px;
}
.kj_indexabout {
    position: relative;
    width: 330px;
    height: 340px;
    margin-right: 45px;
}
.kj_indexcontact {
    width: 410px;
    height: 320px;
}
.kj_indexatitle {
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 1px 0 1px #fff;
    margin-bottom: 35px;
}
.kj_indexatitle span {
    display: inline-block;
    border-bottom: 2px solid #1582c3;
    font-size: 24px;
    letter-spacing: 2px;
    padding-right: 15%;
    padding-left: 4px;
    padding-bottom: 15px;
}
.kj_indexatitle span i {
    font-size: 16px;
    font-style: normal;
    color: #1277bd;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 10px;
}
.kj_indexnews ul, .kj_indexcontact div {
    overflow: hidden;
    width: 100%;
    height: 230px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.kj_indexnews ul {
    background: #fff url(../images/newslist.png) no-repeat 18px center;
    padding: 15px 15px 15px 42px;
}
.kj_indexnews ul li {
    overflow:hidden;
    height: 25px;
    width: 310px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.kj_indexabout .kj_indexabout_text {
    overflow: hidden;
    height: 125px;
    border-bottom: 1px dotted #999;
    padding-top: 12px;
}
.kj_indexabout .kj_indexabout_cont {
    overflow: hidden;
    height: 90px;
    line-height: 30px;    
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.kj_indexamore {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 23px;
    height: 21px;
    border-radius: 12px;
    line-height: 21px;
    color: #fff;
    background-color: #0583ce;
    padding: 0 10px;
}
.kj_indexcontact div {
    padding: 20px 25px;
    line-height: 25px;
}
.kj_indexcontact dl {
    height: 32px;
    line-height: 32px;
}
.kj_indexcontact dt, .kj_indexcontact dd{
    float: left;
}
.kj_indexcontact dt {
    width: 50px;
    color: #0050b4;
    margin-right: 10px;
}

/*Footer*/ 
.kj_footer {
    background-color: #efefef;
}
.kj_copyright {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0;
}
.kj_copyright, .kj_copyright a {
    color: #747474;
}


/*单页面*/
.iny_left .catalog1>li>a{
    display:block;
    text-indent:15px;
    line-height:38px;
    font-size:18px;
    border:1px solid #ddd;
    border-radius:5px;
    background:#f6f6f6;
}
.iny_left .catalog2{
    padding:10px 0;
}
.iny_left .catalog2>li{
    /* height:35px; */
    line-height:35px;
    text-indent: 32px;
    border-bottom:1px dashed #f1eded;
    background: url(../images/cataico.png) no-repeat 10px 13px;
}
.iny_left .catalog2>li>a{
    font-size:15px;
}
.iny_left .catalog3{
    display:none;
}
.iny_left .catalog3>li{
    text-indent:40px;
    font-size:13px;
    background: url(../images/cataico2.png) no-repeat 20px 18px;
}
.iny_left .catalog3>li>a{
    color:#888686
}
.iny_left .catalog3{
    padding: 10px 0;
}
.iny_left{
    width:270px;
    float:left;
}
.kj_pages_right{
    float:right;
    width:910px;
    margin-left:20px;
}
.kj_pages {
    margin: 20px auto;
    /* padding: 0 50px; */
    min-height: 450px;
}
.kj_navigation {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #666;
    font-size: 16px;
    background-color: #f5f5f5;
    padding-left: 40px;
    margin-bottom: 20px;
}
.kj_navigation a {
    color: #666;
}
.kj_navigation a:hover {
    color: #0da3e2;
}
.kj_pages_content {
    line-height: 28px;
    padding: 20px;
}
.kj_pc_l {
    width:610px;
}
.kj_pc_r {
    width:450px;

}

/*底部 页数*/
.padding {
    text-align: center;
    padding-top: 20px;
}
.padding span {
    padding: 0 4px;
}
.padding span a {
    color: #92cecc;
}
.padding span a:hover {
    color: #0da3e2;
}
.padding input, .padding select {
    width: 47px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #aaa;
    padding: 0 3px;
    box-sizing: border-box;   
    font-size: 12px;
}
.padding input[type="button"] {
    background-color: #00b9e7;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 1px 12px;
    margin-left: 5px;
    cursor: pointer;
}
/*新闻列表*/
.kj_newlist li {
    border-bottom: 1px dotted #0da3e2;
    line-height: 40px;
    background: url("../images/newtb.jpg") no-repeat 4px center;
    text-indent: 25px;
    /* height: 40px; */
}
.kj_newlist li span {
    float: right;
}
.kj_newlist li a {
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_newlist li a:hover {
    color: #0da3e2;
}
/*新闻详情页*/
.kj_newi_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
}
.kj_newi_title span {
    display: inline-block;
    text-align: left;
}
.kj_newi_content {
    line-height: 28px;
    text-indent: 40px;
}
.kj_newi_content a {
    color: #92cecc;
}
.kj_newi_content a:hover {
    color: #0da3e2;
}

/*产品列表页*/
/*搜索结果页*/
.kj_prolist li, 
.kj_search_result li {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 4px #bbb;
    padding: 8px;
    margin: 0 10px 20px;
    /* height: auto; */
    width: 435px;
    height: 200px;
    float: left;
}
.kj_prolist li:hover, 
.kj_search_result li:hover{
    box-shadow: 2px 3px 4px #afe6ff;
}
.kj_prolist li div,
.kj_search_result li div {
    height: 130px;
}
.kj_prolist li .kj_prol_img,
.kj_search_result li .kj_prol_img {
    position: relative;
    width: 36%;
}
.kj_prolist li .kj_prol_name,
.kj_search_result li .kj_prol_name {
    width: 62%;
    margin-left: 2%;
    padding-top: 20px;
}
.kj_prolist .kj_prol_img img,
.kj_search_result .kj_prol_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 170px;
    max-height: 130px;
}
.kj_prolist .kj_prol_name a,
.kj_search_result .kj_prol_name a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_prolist .kj_prol_name a:first-child span,
.kj_search_result .kj_prol_name a:first-child span, 
.kj_main .padding a {
    color: #0070e0;
}
.kj_prolist div.kj_prol_name a:hover span,
.kj_search_result div.kj_prol_name a:hover span, 
.kj_main .padding a:hover {
    color: #0da3e2;
}
.kj_prolist .kj_prol_name a.kj_more_detail,
.kj_search_result .kj_prol_name a.kj_more_detail  {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 85%;
    font-size: 13px;
    color: #0070e0;
}
.kj_prolist .kj_prol_name a.kj_more_detail:hover,
.kj_search_result .kj_prol_name a.kj_more_detail:hover {
    color: #0da3e2;
}
.kj_prolist .kj_prol_name a.kj_chinese_name,
.kj_search_result .kj_prol_name a.kj_chinese_name {
    width: 85%;
}

/*产品详情*/
.kj_proi_title .proinftit_t{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.kj_proi_title .proinftit_b {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.kj_proi_content{width: 640px;margin-right: 25px;}
.proinfotabletxttable{ width: 100%; margin: 20px 0;}
.proinfotabletxttable>tbody>tr>td{border-bottom: 1px dotted #afe6ff;height: 40px;}
.proinfotabletxttable>tbody>tr>td>table{
    margin:15px 0;
}
.proinfotabletxttable table td{height:30px;text-align:center;}
.proinfotabletxttable>tbody>tr>td:nth-child(2n-1){width: 18%;text-align: right;background-color: #f8f8f8;padding-right: 10px;}
.proinfo_hc{padding:15px;background:#fff !important;text-align:left !important;line-height:25px;}
.proinfotable table tr td[id ^= "proinfo_cas"] {width: 140px;}
.proinfotable table tr td:nth-child(2n){padding-left: 10px; padding-right: 10px;}
.proinfotabletxttable .proinfotabletxttableheader td{ line-height:35px; color:#062989; font-size:16px; border-bottom:1px solid #feadaf; }
.kj_structure{max-width: 260px; overflow: hidden;}
.kj_structure h4 {
    border-radius: 32px 2px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    background-color: rgba(237, 117, 0, .5);
    color: #fff;
    margin-top: 30px;
}
.kj_structure_img {
    position: relative;
    height: 245px;
    width: 245px;
    border: 1px solid #afe6ff;
    margin-top: 20px;
}
.kj_structure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    max-height: 243px;
    max-width: 243px;
}
.proinfotablexj{ margin-top:15px; text-align:center;}
.contentplist {
    display: none;
    clear: both;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
}
.contentplist .kj_pi_tab {
    border-bottom: 2px solid #0070e0;
}
.contentplist .kj_pi_tab a {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
}
.contentplist .kj_pi_tab a.on {
    color: #fff;
    background-color: #0070e0;
}
.contentplist .kj_pic_contentplist {
    display: none;
    line-height: 30px;
}
.kj_pic_contentplist .coamsdslisttable {
    text-align: center;
    margin: 20px;
}
.kj_pic_contentplist .coamsdslisttable tr:first-child {
    background-color: #f5f5f5;
}
.kj_pic_contentplist .coamsdslisttable tr {
    height: 35px;
    border: 1px solid #e2e2e2;
}
.kj_pic_contentplist .coamsdslisttable tr img {
    display: inline-block;
    vertical-align: middle;
}
.contentplist ul li {
    overflow: hidden;
    float: left;
    display: inline;
    width: 202px;
    height: 238px;
    margin: 10px 10px 0px 10px;
    /* background: #ddd; */
}
.contentplist ul .kj_pic_proimg {
    width: 202px;
    height: 202px;
    border: 1px solid #cccccc;
    text-align: center;
}
.contentplist ul .kj_pic_proname {
    overflow: hidden;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
    /* background: red; */
}
.contentplist ul .kj_pic_proname a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    padding: 0 4px;
}
.contentplist ul .kj_pic_proname a:hover {
    color: #0da3e2;
}
.productdet .tab a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #92cecc;
}
.productdet .tab a.on, .productdet .tab a:hover {
    background-color: #0da3e2;
}

/*下载附件*/
.kj_downfj li{
    width: 207.5px;
    float:left;
    margin: 10px;
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
}
.kj_downfj li a{
    width:100%;
    height:207px;
    display:block;
}
.kj_downfj li img{
    text-align:center;
    max-height:207px;
}
.kj_downfj li h3{
    text-align:center;
    font-size:14px;
    line-height:35px;
}
.kj_downfj li a:hover {
    color: #0da3e2;
}
.kj_downfj .kj_xzfj {
    float: right;
    display: inline-block;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/downw.png) no-repeat left center;
    margin: 0 5px;
    padding-left: 30px;
}
.kj_newi_fjxz {
    line-height: 35px;
    text-align: center;
    margin-top: -16px;
}
.kj_newi_fjxz img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
/*订购*/
.kj_pc_r dl{
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 10px;
} 
.kj_pc_r dd, .kj_pc_r dt {
    float: left;
}
.kj_pc_r dt {
    width: 22%;
    text-align: right;
}
.kj_pc_r dd {
    width: 78%;
    padding-left: 20px;
}
.kj_pc_r dd input, .kj_pc_r dd textarea{
    width: 94%;
    line-height: 30px;
    border: 1px solid #ccc;
}
.kj_pc_r dd input {
    height: 32px;
}
.kj_pc_r dd input[type=button] {
    background-color:#0da3e2;
    color: #fff;
    margin-top:10px;
}
.kj_pc_r dd textarea {
    height: 62px;
}
.kj_pc_r #GBCAPTCHAIMG {
    display: inline-block;
}
.kj_pc_r #reguser_verifycode-tips {
    display: inline-block;
    width: 58%;
}
.kj_pc_r #GBCAPTHCA {
    display: inline-block;
    width: 95%;
}
.kj_pc_r #GBPOST {
    height: 35px;
    line-height: 35px;
    width: 230px;
    background-color: #ed6a00;
    color: #fff;
    margin-top: 10px;
}
.kj_pc_r #ExtUploadForm {
    background-color:#666;
    margin-top:10px;
}

/*联系我们*/
.gys_join{
    margin-top:20px;
}
.kj_pages_contact h3{
    text-align:center;
    line-height:25px;
    font-size:13px;
    background:#afe6ff;
    width:130px;
    margin:0 auto;
    border-radius:15px;
    margin-bottom:15px;
}
.kj_pages_contact dl{
    width: 60%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 10px;
} 
.kj_pages_contact dd, .kj_pages_contact dt {
    float: left;
}
.kj_pages_contact dt {
    width: 22%;
    text-align: right;
}
.kj_pages_contact dd {
    width: 78%;
    padding-left: 20px;
}
.kj_pages_contact dd input, .kj_pages_contact dd textarea{
    width: 80%;
    line-height: 30px;
    border: 1px solid #ccc;
}
.kj_pages_contact dd input {
    height: 32px;
}
.kj_pages_contact dd textarea {
    height: 62px;
}
#GBCAPTCHAIMG {
    display: inline-block;
}
#reguser_verifycode-tips {
    display: inline-block;
    width: 55%;
}
.kj_pages_contact #GBCAPTHCA {
    display: inline-block;
    width: 95%;
}
#GBPOST {
    height: 35px;
    line-height: 35px;
    width: 230px;
    background-color: #ed6a00;
    color: #fff;
    margin-top: 10px;
}
.kj_pagec_title {
    border-bottom: 1px solid #cfcfcf;
    color: #267acd;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.kj_pagec_txt {
    float: left;
    width: 50%;    
    line-height: 28px;
    font-size: 16px;
    color: #545454;
    word-break: break-all;
    padding-left: 16px;
    padding-right: 16px;
}
.kj_fw {
    margin-bottom: 15px;
    padding: 10px;
}
.fwzx {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #545454;
    border-left: 5px solid #e70012; 
    padding-left: 16px;
    margin-left: -21px;
    margin-bottom: 10px;
}
/*友情链接*/
.kj_friend_link {
    padding: 30px 0 10px 0;
}
.kj_fl_left .nav2 {
    display: none;
}
.kj_fl_left, .kj_fl_right {
    width: 50%;
}
.kj_fl_left {
    border-right: 1px dotted #fff;
}
.kj_fl_left ul li {
    float: left;
    font-size: 16px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.kj_fll_links {
    margin: 15px 0;
}
.kj_fll_links a {
    float: left;
}
.kj_fll_links img {
    display: inline-block;
    width: 95px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.kj_fl_right {
    padding-left: 60px;
}
.kj_fl_right h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.kj_fl_right li {
    overflow: hidden;
    float: left;
    width: 32%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/footsj.png") left center no-repeat;
    margin-right: 1.3%;
    padding-left: 15px;
}
.dialog-ctrlbox{
    padding:0 20px 10px;

}
.dialog-ctrlbox input{
    border:1px solid #b0d8ea;
    padding:5px;
    background:#fff;
    width:60px;
    border-radius:5px;
}
.batchsearchlist,.protable{ margin-top:10px; border-collapse:collapse;border:1px solid #cccccc;}
.batchsearchlist a{ color:#444444;}
.batchsearchlist td,.protable td{
	border-bottom:1px solid #cccccc; padding:8px;
}
.batchsearchlist .batchsearchlistheader,.protable .protableheader{ background-color:#f2f6fa; font-size:14px; }
.batchsearchlist .rowclass1{ background-color:#ffffff;}
.batchsearchlist .rowclass0{ background-color:#f8f8f8;}





